Skip to content

[ENGMP-216] add oom cooldown to block rollout #18

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 11, 2025

Conversation

jnyi
Copy link

@jnyi jnyi commented Jun 10, 2025

Today rollout operator determines to continue the release when other statefulset replications' pods are ready/running required for write quorum.

However it is possible some statefulsets were running hot and had OOM kills recently. This PR will block rollout if and only if other replications detect recent OOM Kills. This will make release safer in an already hot cluster while not blocking current statefulset.

Added multiple unit tests.

Signed-off-by: Yi Jin <yi.jin@databricks.com>
@jnyi jnyi force-pushed the ENGMP-216-safe-rollout branch from 23ea0e6 to c974650 Compare June 10, 2025 21:40
Signed-off-by: Yi Jin <yi.jin@databricks.com>
@jnyi jnyi requested review from yuchen-db and hczhu-db June 10, 2025 23:55
Signed-off-by: Yi Jin <yi.jin@databricks.com>
@jnyi jnyi merged commit ff2b7ed into databricks:db_main Jun 11, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants